home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mailmsg3.zip / POSTJOB.BAT < prev    next >
DOS Batch File  |  1993-01-29  |  742b  |  18 lines

  1. @Echo off
  2. rem  POSTJOB.BAT is executed by Intellicomm ONLY if it is located in the Icom
  3. rem  'Home Directory' (where ICOM.EXE is located, or where the ICOM environment
  4. rem  variable points to).  This batch will be executed after each automated
  5. rem  Run, after the last job completes.  If you do not have any use for this
  6. rem  .BAT, you may rename it to POSTDOWN.BAK.
  7. rem
  8. rem  You may also create PREJOB.BAT to perform any routine maintenance to carry
  9. rem  out BEFORE automated jobs begin.
  10. rem Rename POSTJOB.BAT to POSTJOB.BAK to bypass running of this file.
  11. rem
  12. rem Instructions for "Personal Mail Waiting" program
  13. if not exist C:\ICOM\CAP\MAILFLAG.TMP goto done
  14. del C:\ICOM\CAP\MAILFLAG.TMP
  15. c:\icom\mailmsg 19:00
  16. cls
  17. :done
  18.